Pcf has also been enhanced with new data types and the ability to group or nest sets of parameters Pcf還增加了新的數(shù)據(jù)類型,并且可以組合或嵌套參數(shù)。
In a project file you can use wildcards to include all the files in one directory or a nested set of directories as inputs for a build 在項目文件中,可以使用通配符將一個目錄或一組嵌套目錄中的所有文件都包括在某個生成的輸入列表中。
However , there might be one file in the directory or one directory in a nested set of directories that you do not want to include as input for a build 但是,您可能不希望將目錄中的某個文件或一組嵌套目錄中的某個目錄包括在某個生成的輸入列表中。
When that occurs , the value being refined is replaced with the details enclosed in a nested set of square brackets , which makes it easier for tools to process verbose gc output 如果是這種情況,這些被分解的值會由包圍在嵌入的一組方括號中的細節(jié)所替代,這使工具可以更容易地處理詳細gc輸出。
This dtd serializes data into a nested set of data structures that are common in object - oriented programming languages : dictionaries , arrays , strings , numbers , booleans , dates , and binary data 該dtd把數(shù)據(jù)序列化為通常在面向?qū)ο缶幊陶Z言中才會見到的(嵌套的)數(shù)據(jù)結構集:詞典、數(shù)組、字符串、數(shù)字、 boolean值、日期和二進制數(shù)據(jù)。
When you build a project that contains several files , you can list each file separately in the project file , or you can use wildcards to include all the files in one directory or a nested set of directories 如果生成的項目中包含多個文件,則可以在項目文件中分別列出每個文件,也可以使用通配符將一個目錄或一組嵌套目錄中的所有文件都包括進去。
Csfile include " form1 . cs " csfile include " file1 . cs ; file2 . cs " csfile include " . cs " jpgfile include " images - - . jpg " if you have used wildcards to include all the files in one directory or a nested set of directories as inputs for a build , there might be one or more files in the directory or one directory in the a nested set of directories that you do not want to include 盡管您已使用通配符將一個目錄或一組嵌套目錄中的所有文件都包括在某個生成的輸入列表中,但該目錄中的某個文件或這組嵌套目錄中的某個目錄卻有可能是您不希望包括在列表中的。